Skip to content

feat: add terminal attach mode and refactor container selection#155

Open
zincognity wants to merge 30 commits intoFinsys:mainfrom
zincognity:main
Open

feat: add terminal attach mode and refactor container selection#155
zincognity wants to merge 30 commits intoFinsys:mainfrom
zincognity:main

Conversation

@zincognity
Copy link
Copy Markdown

Hi! I really enjoy using this project, it’s super handy and well put together. While working on my Minecraft server setup, I realized I needed to interact with the console using docker attach, but that wasn’t available yet.

So I added a small change to make that possible. It’s a simple tweak, but I think it’ll be useful for anyone running their server in Docker and wanting quick console access.

Thanks for building such an awesome project—I’m glad I could contribute a little improvement!

image Screenshot 2026-01-13 at 04 06 26 Screenshot 2026-01-13 at 04 06 40 Screenshot 2026-01-13 at 04 07 17

jotka and others added 30 commits December 28, 2025 21:40
Do not use the grid layout on mobile but show each tile
in a scrollable list instead.
The detailed display of stacks (following x/x/x/x) is too wide
for mobile display.
So for mobile display only, we limit this information to the total number
of stacks.
- Introduced a new mode toggle for terminal operations: 'exec' and 'attach'.
- Updated container fetching logic to filter based on the selected mode.
- Enhanced container selection to handle both exec and attach modes.
- Refactored terminal component to support attach functionality with a new AttachTerminal component.
- Improved UI elements for better user experience when switching modes.
- Added handling for connection states and terminal commands based on the selected mode.
@lisaaqt
Copy link
Copy Markdown

lisaaqt commented Feb 14, 2026

Great Feature! Hope to see it added in future <3

@Fenrir784
Copy link
Copy Markdown

Lacking of this feature in current branch is such a downer, looking forward into it being added.

@zincognity
Copy link
Copy Markdown
Author

Lacking of this feature in current branch is such a downer, looking forward into it being added.

I'm tried two times, and I lost hope 😔

@pllevy173
Copy link
Copy Markdown

Great contribution, looking forward to this!

@CLAassistant
Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
2 out of 3 committers have signed the CLA.

✅ sieren
✅ zincognity
❌ jotka
You have signed the CLA already but the status is still pending? Let us recheck it.

@jotka
Copy link
Copy Markdown
Contributor

jotka commented Apr 20, 2026

@zincognity can i ask you to sync your fork and rebase on main?

  git fetch upstream
  git rebase upstream/main
  git push --force

sorry for the force push.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants